github.com/klauspost/compress/flate.compressor.fillWindow (method)

4 uses

	github.com/klauspost/compress/flate (current package)
		deflate.go#L214: func (d *compressor) fillWindow(b []byte) {
		deflate.go#L913: 	zw.d.fillWindow(dict)
		deflate.go#L981: 			w.d.fillWindow(w.dict)
		deflate.go#L995: 	w.d.fillWindow(w.dict)